Html Css Color HEX #42CFEB Medium Turquoise

📋 copy color: '#42CFEB'

red 66 ◦ green 207 ◦ blue 235

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

Shades of Medium Turquoise #42CFEB

Tints of Medium Turquoise #42CFEB

RGB

 RED value IS 66 (26.17% from 255) = 12.99%

 GREEN value IS 207 (81.25% from 255) = 40.75%

 BLUE value IS 235 (92.19% from 255) = 46.26%

R = 12.99%
G = 40.75%
B = 46.26%

CMYK

 C value IS 0.72

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#42CFEB (or 0x42CFEB) is known color: Medium Turquoise. HEX triplet: 42, CF and EB. RGB value is (66,207,235). Sum of RGB (Red+Green+Blue) = 66+207+235=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #42CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CFEB is #BD3014. Grayscale: #A7A7A7. Windows color (decimal): -12398613 or 15454018. OLE color: 15454018.

HSL color Cylindrical-coordinate representation of color #42CFEB: hue angle of 189.94º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42CFEB is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 207 235 -
CMYK 0.72 0.12 0 0.08
HSL 189.94º 0.81% 0.59% -
HSV(B) 189.94º 0.72% 0.92% -
XYZ 39.55 51.78 86.51 -
YUV 168.03 165.79 55.22 -
System Red Green Blue C M Y K H S L
Decimal 66 207 235 0.72 0.12 0 0.08 189.94 0.81 0.59
Hex 42 CF EB 48 C 0 8 BE 51 3B
Octal 102 317 353 110 14 0 10 276 121 73
Binary 1000010 11001111 11101011 1001000 1100 0 1000 10111110 1010001 111011

Color Harmonies of #42CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CFEB

Black with #42CFEB

Text Example


Text Example

White with #42CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42CFEB; }

 p { color: rgb(66,207,235); }

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

background-color css

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

 a { background-color: rgb(66,207,235); }

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

border-color css

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

 span { border-color: rgb(66,207,235); }

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