Html Css Color HEX #0CEFF1 Bright Turquoise

📋 copy color: '#0CEFF1'

red 12 ◦ green 239 ◦ blue 241

#0CEFF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0CEFF1

Tints of Bright Turquoise #0CEFF1

RGB

 RED value IS 12 (5.08% from 255) = 2.44%

 GREEN value IS 239 (93.75% from 255) = 48.58%

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 2.44%
G = 48.58%
B = 48.98%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0CEFF1 (or 0x0CEFF1) is known color: Bright Turquoise. HEX triplet: 0C, EF and F1. RGB value is (12,239,241). Sum of RGB (Red+Green+Blue) = 12+239+241=492 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.44% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #0CEFF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CEFF1 is #F3100E. Grayscale: #ABABAB. Windows color (decimal): -15929359 or 15855372. OLE color: 15855372.

HSL color Cylindrical-coordinate representation of color #0CEFF1: hue angle of 180.52º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEFF1 is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 12 239 241 -
CMYK 0.95 0.01 0 0.05
HSL 180.52º 0.91% 0.5% -
HSV(B) 180.52º 0.95% 0.95% -
XYZ 46.9 68.16 93.9 -
YUV 171.36 167.29 14.34 -
System Red Green Blue C M Y K H S L
Decimal 12 239 241 0.95 0.01 0 0.05 180.52 0.91 0.5
Hex C EF F1 5F 1 0 5 B5 5B 32
Octal 14 357 361 137 1 0 5 265 133 62
Binary 1100 11101111 11110001 1011111 1 0 101 10110101 1011011 110010

Color Harmonies of #0CEFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CEFF1

Black with #0CEFF1

Text Example


Text Example

White with #0CEFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CEFF1; }

 p { color: rgb(12,239,241); }

 H1.HeaderClassName
 {
   color: #0CEFF1;
 }
 .AnyTagClassName
 {
   color: #0CEFF1;
 }
</style>

background-color css

<style>
 a { background-color: #0CEFF1; }

 a { background-color: rgb(12,239,241); }

 div.DivClassName
 {
   background-color: #0CEFF1;
 }
 .BgClassName
 {
   background-color: #0CEFF1;
 }
</style>

border-color css

<style>
 span { border-color: #0CEFF1; }

 span { border-color: rgb(12,239,241); }

 td.TdClassName
 {
   border-color: #0CEFF1;
 }
 .TagClassName
 {
   border-color: #0CEFF1;
 }
</style>