Html Css Color HEX #0FFCCD Bright Turquoise

📋 copy color: '#0FFCCD'

red 15 ◦ green 252 ◦ blue 205

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

Shades of Bright Turquoise #0FFCCD

Tints of Bright Turquoise #0FFCCD

RGB

 RED value IS 15 (6.25% from 255) = 3.18%

 GREEN value IS 252 (98.83% from 255) = 53.39%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 3.18%
G = 53.39%
B = 43.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#0FFCCD (or 0x0FFCCD) is known color: Bright Turquoise. HEX triplet: 0F, FC and CD. RGB value is (15,252,205). Sum of RGB (Red+Green+Blue) = 15+252+205=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFCCD is #F00332. Grayscale: #AFAFAF. Windows color (decimal): -15729459 or 13499407. OLE color: 13499407.

HSL color Cylindrical-coordinate representation of color #0FFCCD: hue angle of 168.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCCD is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 252 205 -
CMYK 0.94 0 0.19 0.01
HSL 168.1º 0.98% 0.52% -
HSV(B) 168.1º 0.94% 0.99% -
XYZ 46.03 74.13 69.64 -
YUV 175.78 144.48 13.32 -
System Red Green Blue C M Y K H S L
Decimal 15 252 205 0.94 0 0.19 0.01 168.1 0.98 0.52
Hex F FC CD 5E 0 13 1 A8 62 34
Octal 17 374 315 136 0 23 1 250 142 64
Binary 1111 11111100 11001101 1011110 0 10011 1 10101000 1100010 110100

Color Harmonies of #0FFCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFCCD

Black with #0FFCCD

Text Example


Text Example

White with #0FFCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,252,205); }

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

background-color css

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

 a { background-color: rgb(15,252,205); }

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

border-color css

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

 span { border-color: rgb(15,252,205); }

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