Html Css Color HEX #38F3FF Turquoise

📋 copy color: '#38F3FF'

red 56 ◦ green 243 ◦ blue 255

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

Shades of Turquoise #38F3FF

Tints of Turquoise #38F3FF

RGB

 RED value IS 56 (22.27% from 255) = 10.11%

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

 BLUE value IS 255 (100% from 255) = 46.03%

R = 10.11%
G = 43.86%
B = 46.03%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38F3FF (or 0x38F3FF) is known color: Turquoise. HEX triplet: 38, F3 and FF. RGB value is (56,243,255). Sum of RGB (Red+Green+Blue) = 56+243+255=554 (73% of max value = 765). Red value is 56 (22.27% from 255 or 10.11% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #38F3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F3FF is #C70C00. Grayscale: #BCBCBC. Windows color (decimal): -13044737 or 16773944. OLE color: 16773944.

HSL color Cylindrical-coordinate representation of color #38F3FF: hue angle of 183.62º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F3FF is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 243 255 -
CMYK 0.78 0.05 0 0
HSL 183.62º 1% 0.61% -
HSV(B) 183.62º 0.78% 1% -
XYZ 51.73 72.16 105.81 -
YUV 188.46 165.55 33.52 -
System Red Green Blue C M Y K H S L
Decimal 56 243 255 0.78 0.05 0 0 183.62 1 0.61
Hex 38 F3 FF 4E 5 0 0 B8 64 3D
Octal 70 363 377 116 5 0 0 270 144 75
Binary 111000 11110011 11111111 1001110 101 0 0 10111000 1100100 111101

Color Harmonies of #38F3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F3FF

Black with #38F3FF

Text Example


Text Example

White with #38F3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F3FF; }

 p { color: rgb(56,243,255); }

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

background-color css

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

 a { background-color: rgb(56,243,255); }

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

border-color css

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

 span { border-color: rgb(56,243,255); }

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