Html Css Color HEX #C0FAFD Pale Turquoise

📋 copy color: '#C0FAFD'

red 192 ◦ green 250 ◦ blue 253

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

Shades of Pale Turquoise #C0FAFD

Tints of Pale Turquoise #C0FAFD

RGB

 RED value IS 192 (75.39% from 255) = 27.63%

 GREEN value IS 250 (98.05% from 255) = 35.97%

 BLUE value IS 253 (99.22% from 255) = 36.4%

R = 27.63%
G = 35.97%
B = 36.4%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0FAFD (or 0xC0FAFD) is known color: Pale Turquoise. HEX triplet: C0, FA and FD. RGB value is (192,250,253). Sum of RGB (Red+Green+Blue) = 192+250+253=695 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.63% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FAFD is #3F0502. Grayscale: #E8E8E8. Windows color (decimal): -4130051 or 16644800. OLE color: 16644800.

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

Color convert

RGB 192 250 253 -
CMYK 0.24 0.01 0 0.01
HSL 182.95º 0.94% 0.87% -
HSV(B) 182.95º 0.24% 0.99% -
XYZ 73.65 86.67 105.78 -
YUV 233 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 192 250 253 0.24 0.01 0 0.01 182.95 0.94 0.87
Hex C0 FA FD 18 1 0 1 B7 5E 57
Octal 300 372 375 30 1 0 1 267 136 127
Binary 11000000 11111010 11111101 11000 1 0 1 10110111 1011110 1010111

Color Harmonies of #C0FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0FAFD

Black with #C0FAFD

Text Example


Text Example

White with #C0FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0FAFD; }

 p { color: rgb(192,250,253); }

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

background-color css

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

 a { background-color: rgb(192,250,253); }

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

border-color css

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

 span { border-color: rgb(192,250,253); }

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