Html Css Color HEX #42F3EE Turquoise

📋 copy color: '#42F3EE'

red 66 ◦ green 243 ◦ blue 238

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

Shades of Turquoise #42F3EE

Tints of Turquoise #42F3EE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.42%

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

R = 12.07%
G = 44.42%
B = 43.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#42F3EE (or 0x42F3EE) is known color: Turquoise. HEX triplet: 42, F3 and EE. RGB value is (66,243,238). Sum of RGB (Red+Green+Blue) = 66+243+238=547 (72% of max value = 765). Red value is 66 (26.17% from 255 or 12.07% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #42F3EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42F3EE is #BD0C11. Grayscale: #BDBDBD. Windows color (decimal): -12389394 or 15659842. OLE color: 15659842.

HSL color Cylindrical-coordinate representation of color #42F3EE: hue angle of 178.31º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F3EE is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 243 238 -
CMYK 0.73 0 0.02 0.05
HSL 178.31º 0.88% 0.61% -
HSV(B) 178.31º 0.73% 0.95% -
XYZ 49.73 71.43 92.06 -
YUV 189.51 155.36 39.91 -
System Red Green Blue C M Y K H S L
Decimal 66 243 238 0.73 0 0.02 0.05 178.31 0.88 0.61
Hex 42 F3 EE 49 0 2 5 B2 58 3D
Octal 102 363 356 111 0 2 5 262 130 75
Binary 1000010 11110011 11101110 1001001 0 10 101 10110010 1011000 111101

Color Harmonies of #42F3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F3EE

Black with #42F3EE

Text Example


Text Example

White with #42F3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,243,238); }

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

background-color css

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

 a { background-color: rgb(66,243,238); }

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

border-color css

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

 span { border-color: rgb(66,243,238); }

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