Html Css Color HEX #0CDFEE Bright Turquoise

📋 copy color: '#0CDFEE'

red 12 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #0CDFEE

Tints of Bright Turquoise #0CDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.15%

 BLUE value IS 238 (93.36% from 255) = 50.32%

R = 2.54%
G = 47.15%
B = 50.32%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CDFEE (or 0x0CDFEE) is known color: Bright Turquoise. HEX triplet: 0C, DF and EE. RGB value is (12,223,238). Sum of RGB (Red+Green+Blue) = 12+223+238=473 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #0CDFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDFEE is #F32011. Grayscale: #A1A1A1. Windows color (decimal): -15933458 or 15654668. OLE color: 15654668.

HSL color Cylindrical-coordinate representation of color #0CDFEE: hue angle of 183.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDFEE is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 223 238 -
CMYK 0.95 0.06 0 0.07
HSL 183.98º 0.9% 0.49% -
HSV(B) 183.98º 0.95% 0.93% -
XYZ 41.97 59.03 90.07 -
YUV 161.62 171.1 21.28 -
System Red Green Blue C M Y K H S L
Decimal 12 223 238 0.95 0.06 0 0.07 183.98 0.9 0.49
Hex C DF EE 5F 6 0 7 B8 5A 31
Octal 14 337 356 137 6 0 7 270 132 61
Binary 1100 11011111 11101110 1011111 110 0 111 10111000 1011010 110001

Color Harmonies of #0CDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDFEE

Black with #0CDFEE

Text Example


Text Example

White with #0CDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,223,238); }

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

background-color css

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

 a { background-color: rgb(12,223,238); }

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

border-color css

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

 span { border-color: rgb(12,223,238); }

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